home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
act8
/
00077.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-28
|
263 b
|
19 lines
on sign ntemp
if ntemp > 0 then
return 1
else
if ntemp < 0 then
return -1
else
return 0
end if
end if
end
on mydelay gor
set temptime to the timer
repeat while the timer < (temptime + gor)
updateStage()
end repeat
end